home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / CH_5.7 / XSGLL / XSGLL.MAK < prev    next >
Text File  |  1999-09-11  |  15KB  |  522 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=xsgll - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to xsgll - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "xsgll - Win32 Release" && "$(CFG)" != "xsgll - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "xsgll.mak" CFG="xsgll - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "xsgll - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "xsgll - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "xsgll - Win32 Debug"
  34. CPP=cl.exe
  35. RSC=rc.exe
  36.  
  37. !IF  "$(CFG)" == "xsgll - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Release"
  42. # PROP BASE Intermediate_Dir "Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51. # Begin Custom Macros
  52. ProjDir=.
  53. # End Custom Macros
  54.  
  55. ALL : "$(OUTDIR)\xsgll.exe" "..\..\bindosr\xsgll.exe"
  56.  
  57. CLEAN : 
  58.     -@erase "..\..\bindosr\xsgll.exe"
  59.     -@erase ".\Release\xsgll.exe"
  60.     -@erase ".\Release\sgll.obj"
  61.     -@erase ".\Release\testsegm.obj"
  62.     -@erase ".\Release\xsgll.obj"
  63.     -@erase ".\Release\sgl_to_p.obj"
  64.     -@erase ".\Release\sall.obj"
  65.     -@erase ".\Release\llpar1.obj"
  66.     -@erase ".\Release\prlpar.obj"
  67.  
  68. "$(OUTDIR)" :
  69.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  70.  
  71. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  72. # ADD CPP /nologo /W3 /GX /O2 /I "." /I " ..\..\libip" /I " ..\..\libimage" /I " ..\..\libtiff\libtiff" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  73. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "." /I " ..\..\libip" /I " ..\..\libimage"\
  74.  /I " ..\..\libtiff\libtiff" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  75.  /Fp"$(INTDIR)/xsgll.pch" /YX /Fo"$(INTDIR)/" /c 
  76. CPP_OBJS=.\Release/
  77. CPP_SBRS=
  78. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  79. # ADD RSC /l 0x409 /d "NDEBUG"
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xsgll.bsc" 
  84. BSC32_SBRS=
  85. LINK32=link.exe
  86. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  87. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Release\libimage.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  88. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  89.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  90.  odbccp32.lib ..\..\libimage\Release\libimage.lib\
  91.  ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo\
  92.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/xsgll.pdb" /machine:I386\
  93.  /out:"$(OUTDIR)/xsgll.exe" 
  94. LINK32_OBJS= \
  95.     ".\Release\sgll.obj" \
  96.     ".\Release\testsegm.obj" \
  97.     ".\Release\xsgll.obj" \
  98.     ".\Release\sgl_to_p.obj" \
  99.     ".\Release\sall.obj" \
  100.     ".\Release\llpar1.obj" \
  101.     ".\Release\prlpar.obj"
  102.  
  103. "$(OUTDIR)\xsgll.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  104.     $(LINK32) @<<
  105.   $(LINK32_FLAGS) $(LINK32_OBJS)
  106. <<
  107.  
  108. # Begin Custom Build
  109. ProjDir=.
  110. InputPath=.\Release\xsgll.exe
  111. InputName=xsgll
  112. SOURCE=$(InputPath)
  113.  
  114. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  115.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  116.  
  117. # End Custom Build
  118.  
  119. !ELSEIF  "$(CFG)" == "xsgll - Win32 Debug"
  120.  
  121. # PROP BASE Use_MFC 0
  122. # PROP BASE Use_Debug_Libraries 1
  123. # PROP BASE Output_Dir "Debug"
  124. # PROP BASE Intermediate_Dir "Debug"
  125. # PROP BASE Target_Dir ""
  126. # PROP Use_MFC 0
  127. # PROP Use_Debug_Libraries 1
  128. # PROP Output_Dir "Debug"
  129. # PROP Intermediate_Dir "Debug"
  130. # PROP Target_Dir ""
  131. OUTDIR=.\Debug
  132. INTDIR=.\Debug
  133. # Begin Custom Macros
  134. ProjDir=.
  135. # End Custom Macros
  136.  
  137. ALL : "$(OUTDIR)\xsgll.exe" "$(OUTDIR)\xsgll.bsc" "..\..\bindosd\xsgll.exe"
  138.  
  139. CLEAN : 
  140.     -@erase ".\Debug\vc40.pdb"
  141.     -@erase ".\Debug\vc40.idb"
  142.     -@erase ".\Debug\xsgll.bsc"
  143.     -@erase ".\Debug\llpar1.sbr"
  144.     -@erase ".\Debug\sall.sbr"
  145.     -@erase ".\Debug\testsegm.sbr"
  146.     -@erase ".\Debug\prlpar.sbr"
  147.     -@erase ".\Debug\sgl_to_p.sbr"
  148.     -@erase ".\Debug\xsgll.sbr"
  149.     -@erase ".\Debug\sgll.sbr"
  150.     -@erase ".\Debug\xsgll.ilk"
  151.     -@erase ".\Debug\prlpar.obj"
  152.     -@erase ".\Debug\sgl_to_p.obj"
  153.     -@erase ".\Debug\xsgll.obj"
  154.     -@erase ".\Debug\sgll.obj"
  155.     -@erase ".\Debug\llpar1.obj"
  156.     -@erase ".\Debug\sall.obj"
  157.     -@erase ".\Debug\testsegm.obj"
  158.     -@erase ".\Debug\xsgll.pdb"
  159.     -@erase "..\..\bindosd\xsgll.exe"
  160.     -@erase ".\Debug\xsgll.exe"
  161.  
  162. "$(OUTDIR)" :
  163.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  164.  
  165. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  166. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "." /I " ..\..\libip" /I " ..\..\libimage" /I " ..\..\libtiff\libtiff" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Fr /YX /c
  167. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "." /I " ..\..\libip" /I\
  168.  " ..\..\libimage" /I " ..\..\libtiff\libtiff" /D "WIN32" /D "_DEBUG" /D\
  169.  "_CONSOLE" /Fr"$(INTDIR)/" /Fp"$(INTDIR)/xsgll.pch" /YX /Fo"$(INTDIR)/"\
  170.  /Fd"$(INTDIR)/" /c 
  171. CPP_OBJS=.\Debug/
  172. CPP_SBRS=.\Debug/
  173. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  174. # ADD RSC /l 0x409 /d "_DEBUG"
  175. BSC32=bscmake.exe
  176. # ADD BASE BSC32 /nologo
  177. # ADD BSC32 /nologo
  178. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xsgll.bsc" 
  179. BSC32_SBRS= \
  180.     ".\Debug\llpar1.sbr" \
  181.     ".\Debug\sall.sbr" \
  182.     ".\Debug\testsegm.sbr" \
  183.     ".\Debug\prlpar.sbr" \
  184.     ".\Debug\sgl_to_p.sbr" \
  185.     ".\Debug\xsgll.sbr" \
  186.     ".\Debug\sgll.sbr"
  187.  
  188. "$(OUTDIR)\xsgll.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  189.     $(BSC32) @<<
  190.   $(BSC32_FLAGS) $(BSC32_SBRS)
  191. <<
  192.  
  193. LINK32=link.exe
  194. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  195. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Debug\libimage.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  196. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  197.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  198.  odbccp32.lib ..\..\libimage\Debug\libimage.lib\
  199.  ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo\
  200.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/xsgll.pdb" /debug\
  201.  /machine:I386 /out:"$(OUTDIR)/xsgll.exe" 
  202. LINK32_OBJS= \
  203.     ".\Debug\prlpar.obj" \
  204.     ".\Debug\sgl_to_p.obj" \
  205.     ".\Debug\xsgll.obj" \
  206.     ".\Debug\sgll.obj" \
  207.     ".\Debug\llpar1.obj" \
  208.     ".\Debug\sall.obj" \
  209.     ".\Debug\testsegm.obj"
  210.  
  211. "$(OUTDIR)\xsgll.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  212.     $(LINK32) @<<
  213.   $(LINK32_FLAGS) $(LINK32_OBJS)
  214. <<
  215.  
  216. # Begin Custom Build
  217. ProjDir=.
  218. InputPath=.\Debug\xsgll.exe
  219. InputName=xsgll
  220. SOURCE=$(InputPath)
  221.  
  222. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  223.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  224.  
  225. # End Custom Build
  226.  
  227. !ENDIF 
  228.  
  229. .c{$(CPP_OBJS)}.obj:
  230.    $(CPP) $(CPP_PROJ) $<  
  231.  
  232. .cpp{$(CPP_OBJS)}.obj:
  233.    $(CPP) $(CPP_PROJ) $<  
  234.  
  235. .cxx{$(CPP_OBJS)}.obj:
  236.    $(CPP) $(CPP_PROJ) $<  
  237.  
  238. .c{$(CPP_SBRS)}.sbr:
  239.    $(CPP) $(CPP_PROJ) $<  
  240.  
  241. .cpp{$(CPP_SBRS)}.sbr:
  242.    $(CPP) $(CPP_PROJ) $<  
  243.  
  244. .cxx{$(CPP_SBRS)}.sbr:
  245.    $(CPP) $(CPP_PROJ) $<  
  246.  
  247. ################################################################################
  248. # Begin Target
  249.  
  250. # Name "xsgll - Win32 Release"
  251. # Name "xsgll - Win32 Debug"
  252.  
  253. !IF  "$(CFG)" == "xsgll - Win32 Release"
  254.  
  255. !ELSEIF  "$(CFG)" == "xsgll - Win32 Debug"
  256.  
  257. !ENDIF 
  258.  
  259. ################################################################################
  260. # Begin Source File
  261.  
  262. SOURCE=.\xsgll.c
  263. DEP_CPP_XSGLL=\
  264.     ".\xsgll.h"\
  265.     ".\..\..\libip\ip.h"\
  266.     ".\..\..\libip\ph.h"\
  267.     ".\..\..\libtiff\libtiff\tiffio.h"\
  268.     ".\..\..\libimage\draw.h"\
  269.     ".\..\..\libip\lldef.h"\
  270.     ".\..\..\libip\sgl_stat.h"\
  271.     ".\..\..\libip\convolve.h"\
  272.     ".\..\..\libip\pcc2.h"\
  273.     ".\..\..\libip\bdy_stru.h"\
  274.     ".\..\..\libtiff\libtiff\tiff.h"\
  275.     ".\..\..\libimage\tiffimage.h"\
  276.     ".\..\..\libimage\gd.h"\
  277.     ".\..\..\libimage\misc.h"\
  278.     ".\..\..\libimage\images.h"\
  279.     
  280.  
  281. !IF  "$(CFG)" == "xsgll - Win32 Release"
  282.  
  283.  
  284. "$(INTDIR)\xsgll.obj" : $(SOURCE) $(DEP_CPP_XSGLL) "$(INTDIR)"
  285.  
  286.  
  287. !ELSEIF  "$(CFG)" == "xsgll - Win32 Debug"
  288.  
  289.  
  290. "$(INTDIR)\xsgll.obj" : $(SOURCE) $(DEP_CPP_XSGLL) "$(INTDIR)"
  291.  
  292. "$(INTDIR)\xsgll.sbr" : $(SOURCE) $(DEP_CPP_XSGLL) "$(INTDIR)"
  293.  
  294.  
  295. !ENDIF 
  296.  
  297. # End Source File
  298. ################################################################################
  299. # Begin Source File
  300.  
  301. SOURCE=.\testsegm.c
  302. DEP_CPP_TESTS=\
  303.     ".\..\..\libip\lldef.h"\
  304.     ".\xsgll.h"\
  305.     ".\..\..\libip\ip.h"\
  306.     ".\..\..\libip\ph.h"\
  307.     ".\..\..\libtiff\libtiff\tiffio.h"\
  308.     ".\..\..\libimage\draw.h"\
  309.     ".\..\..\libip\sgl_stat.h"\
  310.     ".\..\..\libip\convolve.h"\
  311.     ".\..\..\libip\pcc2.h"\
  312.     ".\..\..\libip\bdy_stru.h"\
  313.     ".\..\..\libtiff\libtiff\tiff.h"\
  314.     ".\..\..\libimage\tiffimage.h"\
  315.     ".\..\..\libimage\gd.h"\
  316.     ".\..\..\libimage\misc.h"\
  317.     ".\..\..\libimage\images.h"\
  318.     
  319.  
  320. !IF  "$(CFG)" == "xsgll - Win32 Release"
  321.  
  322.  
  323. "$(INTDIR)\testsegm.obj" : $(SOURCE) $(DEP_CPP_TESTS) "$(INTDIR)"
  324.  
  325.  
  326. !ELSEIF  "$(CFG)" == "xsgll - Win32 Debug"
  327.  
  328.  
  329. "$(INTDIR)\testsegm.obj" : $(SOURCE) $(DEP_CPP_TESTS) "$(INTDIR)"
  330.  
  331. "$(INTDIR)\testsegm.sbr" : $(SOURCE) $(DEP_CPP_TESTS) "$(INTDIR)"
  332.  
  333.  
  334. !ENDIF 
  335.  
  336. # End Source File
  337. ################################################################################
  338. # Begin Source File
  339.  
  340. SOURCE=.\sall.c
  341. DEP_CPP_SALL_=\
  342.     ".\..\..\libip\lldef.h"\
  343.     ".\xsgll.h"\
  344.     ".\..\..\libip\ip.h"\
  345.     ".\..\..\libip\ph.h"\
  346.     ".\..\..\libtiff\libtiff\tiffio.h"\
  347.     ".\..\..\libimage\draw.h"\
  348.     ".\..\..\libip\sgl_stat.h"\
  349.     ".\..\..\libip\convolve.h"\
  350.     ".\..\..\libip\pcc2.h"\
  351.     ".\..\..\libip\bdy_stru.h"\
  352.     ".\..\..\libtiff\libtiff\tiff.h"\
  353.     ".\..\..\libimage\tiffimage.h"\
  354.     ".\..\..\libimage\gd.h"\
  355.     ".\..\..\libimage\misc.h"\
  356.     ".\..\..\libimage\images.h"\
  357.     
  358.  
  359. !IF  "$(CFG)" == "xsgll - Win32 Release"
  360.  
  361.  
  362. "$(INTDIR)\sall.obj" : $(SOURCE) $(DEP_CPP_SALL_) "$(INTDIR)"
  363.  
  364.  
  365. !ELSEIF  "$(CFG)" == "xsgll - Win32 Debug"
  366.  
  367.  
  368. "$(INTDIR)\sall.obj" : $(SOURCE) $(DEP_CPP_SALL_) "$(INTDIR)"
  369.  
  370. "$(INTDIR)\sall.sbr" : $(SOURCE) $(DEP_CPP_SALL_) "$(INTDIR)"
  371.  
  372.  
  373. !ENDIF 
  374.  
  375. # End Source File
  376. ################################################################################
  377. # Begin Source File
  378.  
  379. SOURCE=.\sgll.c
  380. DEP_CPP_SGLL_=\
  381.     ".\..\..\libip\lldef.h"\
  382.     ".\xsgll.h"\
  383.     ".\..\..\libip\ip.h"\
  384.     ".\..\..\libip\ph.h"\
  385.     ".\..\..\libtiff\libtiff\tiffio.h"\
  386.     ".\..\..\libimage\draw.h"\
  387.     ".\..\..\libip\sgl_stat.h"\
  388.     ".\..\..\libip\convolve.h"\
  389.     ".\..\..\libip\pcc2.h"\
  390.     ".\..\..\libip\bdy_stru.h"\
  391.     ".\..\..\libtiff\libtiff\tiff.h"\
  392.     ".\..\..\libimage\tiffimage.h"\
  393.     ".\..\..\libimage\gd.h"\
  394.     ".\..\..\libimage\misc.h"\
  395.     ".\..\..\libimage\images.h"\
  396.     
  397.  
  398. !IF  "$(CFG)" == "xsgll - Win32 Release"
  399.  
  400.  
  401. "$(INTDIR)\sgll.obj" : $(SOURCE) $(DEP_CPP_SGLL_) "$(INTDIR)"
  402.  
  403.  
  404. !ELSEIF  "$(CFG)" == "xsgll - Win32 Debug"
  405.  
  406.  
  407. "$(INTDIR)\sgll.obj" : $(SOURCE) $(DEP_CPP_SGLL_) "$(INTDIR)"
  408.  
  409. "$(INTDIR)\sgll.sbr" : $(SOURCE) $(DEP_CPP_SGLL_) "$(INTDIR)"
  410.  
  411.  
  412. !ENDIF 
  413.  
  414. # End Source File
  415. ################################################################################
  416. # Begin Source File
  417.  
  418. SOURCE=.\sgl_to_p.c
  419. DEP_CPP_SGL_T=\
  420.     ".\..\..\libip\lldef.h"\
  421.     ".\xsgll.h"\
  422.     ".\..\..\libip\ip.h"\
  423.     ".\..\..\libip\ph.h"\
  424.     ".\..\..\libtiff\libtiff\tiffio.h"\
  425.     ".\..\..\libimage\draw.h"\
  426.     ".\..\..\libip\sgl_stat.h"\
  427.     ".\..\..\libip\convolve.h"\
  428.     ".\..\..\libip\pcc2.h"\
  429.     ".\..\..\libip\bdy_stru.h"\
  430.     ".\..\..\libtiff\libtiff\tiff.h"\
  431.     ".\..\..\libimage\tiffimage.h"\
  432.     ".\..\..\libimage\gd.h"\
  433.     ".\..\..\libimage\misc.h"\
  434.     ".\..\..\libimage\images.h"\
  435.     
  436.  
  437. !IF  "$(CFG)" == "xsgll - Win32 Release"
  438.  
  439.  
  440. "$(INTDIR)\sgl_to_p.obj" : $(SOURCE) $(DEP_CPP_SGL_T) "$(INTDIR)"
  441.  
  442.  
  443. !ELSEIF  "$(CFG)" == "xsgll - Win32 Debug"
  444.  
  445.  
  446. "$(INTDIR)\sgl_to_p.obj" : $(SOURCE) $(DEP_CPP_SGL_T) "$(INTDIR)"
  447.  
  448. "$(INTDIR)\sgl_to_p.sbr" : $(SOURCE) $(DEP_CPP_SGL_T) "$(INTDIR)"
  449.  
  450.  
  451. !ENDIF 
  452.  
  453. # End Source File
  454. ################################################################################
  455. # Begin Source File
  456.  
  457. SOURCE=.\llpar1.c
  458. DEP_CPP_LLPAR=\
  459.     ".\..\..\libip\lldef.h"\
  460.     ".\sal.h"\
  461.     
  462.  
  463. !IF  "$(CFG)" == "xsgll - Win32 Release"
  464.  
  465.  
  466. "$(INTDIR)\llpar1.obj" : $(SOURCE) $(DEP_CPP_LLPAR) "$(INTDIR)"
  467.  
  468.  
  469. !ELSEIF  "$(CFG)" == "xsgll - Win32 Debug"
  470.  
  471.  
  472. "$(INTDIR)\llpar1.obj" : $(SOURCE) $(DEP_CPP_LLPAR) "$(INTDIR)"
  473.  
  474. "$(INTDIR)\llpar1.sbr" : $(SOURCE) $(DEP_CPP_LLPAR) "$(INTDIR)"
  475.  
  476.  
  477. !ENDIF 
  478.  
  479. # End Source File
  480. ################################################################################
  481. # Begin Source File
  482.  
  483. SOURCE=.\prlpar.c
  484. DEP_CPP_PRLPA=\
  485.     ".\..\..\libip\lldef.h"\
  486.     ".\xsgll.h"\
  487.     ".\..\..\libip\ip.h"\
  488.     ".\..\..\libip\ph.h"\
  489.     ".\..\..\libtiff\libtiff\tiffio.h"\
  490.     ".\..\..\libimage\draw.h"\
  491.     ".\..\..\libip\sgl_stat.h"\
  492.     ".\..\..\libip\convolve.h"\
  493.     ".\..\..\libip\pcc2.h"\
  494.     ".\..\..\libip\bdy_stru.h"\
  495.     ".\..\..\libtiff\libtiff\tiff.h"\
  496.     ".\..\..\libimage\tiffimage.h"\
  497.     ".\..\..\libimage\gd.h"\
  498.     ".\..\..\libimage\misc.h"\
  499.     ".\..\..\libimage\images.h"\
  500.     
  501.  
  502. !IF  "$(CFG)" == "xsgll - Win32 Release"
  503.  
  504.  
  505. "$(INTDIR)\prlpar.obj" : $(SOURCE) $(DEP_CPP_PRLPA) "$(INTDIR)"
  506.  
  507.  
  508. !ELSEIF  "$(CFG)" == "xsgll - Win32 Debug"
  509.  
  510.  
  511. "$(INTDIR)\prlpar.obj" : $(SOURCE) $(DEP_CPP_PRLPA) "$(INTDIR)"
  512.  
  513. "$(INTDIR)\prlpar.sbr" : $(SOURCE) $(DEP_CPP_PRLPA) "$(INTDIR)"
  514.  
  515.  
  516. !ENDIF 
  517.  
  518. # End Source File
  519. # End Target
  520. # End Project
  521. ################################################################################
  522.